home *** CD-ROM | disk | FTP | other *** search
- Path: redstone.interpath.net!mercury!softbase
- From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c
- Subject: Re: interpreters
- Date: 14 Jan 1996 20:49:09 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4dbq85$7h2@redstone.interpath.net>
- References: <4d21k2$gkh@news-f.iadfw.net>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- dye (dye@airmail.net) wrote:
- : I am trying to create a script type language for a project at work and need
- : a basis for it. I need something that can perform the basic math operations
- : and perform "if" constructs. It occurs to me that C source for a BASIC
- : interpreter would be a good start.
-
- One of Herb Schildt's books has a BASIC interpreter written in C.
- I've never come across it, though. His C interpreter is briefly
- contrasted with this other interpreter, which is how I know it
- exists.
-
- Scott
-